home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / canvas / canvas.doc.z / canvas.doc
Encoding:
Text File  |  2002-04-08  |  417 b   |  30 lines

  1. /*!   \page canvas-example.html
  2.  
  3.   \ingroup examples
  4.   \title Canvas Example
  5.  
  6.   This example shows a QCanvas and some \l{QCanvasItem}s in action.
  7.   You can do a lot more with QCanvas than we show here, but the
  8.   example provides a taste of what can be done.
  9.  
  10.   <hr>
  11.  
  12.   Header file:
  13.  
  14.   \include canvas/canvas.h
  15.  
  16.   <hr>
  17.  
  18.   Implementation:
  19.  
  20.   \include canvas/canvas.cpp
  21.  
  22.   <hr>
  23.  
  24.   Main:
  25.  
  26.   \include canvas/main.cpp
  27. */
  28.  
  29.  
  30.